xfi:is-fraction

xs:boolean=xfi:is-fraction( $concept as xs:QName)

Last updated on 23-01-2008 at 00:00:00.

Returns true if the concept has a data type that is the xbrli:fractionItemType or that is derived from the xbrli:fractionItemType.

XBRL 2.1 Section 5.1.1.3

OIM Status

Deprecated - this function may be used in OIM-compatible Formula Rules, but its use is not recommended.

Parameters

Name Type Details
concept xs:QName The QName of the concept being tested.

Output

Type: xs:boolean

Returns true if the concept has a data type that is the xbrli:fractionItemType or that is derived from the xbrli:fractionItemType and the function returns false otherwise.

Conformance suite

80152 xfi.is-fraction testcase.xml [ download ]

Owners

Name Affiliation Email Start End
Geoff Shuetrim Galexy geoff@galexy.net 08-02-2008 at 18:49:00

Revisions

Name On Details
Geoff Shuetrim 08-02-2008 at 18:55:00 Defined the function.